PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addLineTo Method
x position of the line ending point.
y position of the line ending point.
In This Topic
    addLineTo Method
    In This Topic
    Adds a line at the end of current sub-path.
    Syntax
    public void addLineTo( 
       double x,
       double y
    )

    Parameters

    x
    x position of the line ending point.
    y
    y position of the line ending point.
    See Also